SipClientRemoveEventState Method (String, String, String) |
Removes event state established by a prior publication.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic RequestResponse RemoveEventState(
string from,
string eventName,
string entityTag
)
Public Function RemoveEventState (
from As String,
eventName As String,
entityTag As String
) As RequestResponse
Parameters
- from
- Type: SystemString
A string contains address of the sender of the request. - eventName
- Type: SystemString
A string contains name of the event. - entityTag
- Type: SystemString
An entity tag of an existing event to remove.
Return Value
Type:
RequestResponseA
RequestResponse containing sent
Request and received appropriate
Response.
See Also